nhooyr.io/websocket.Conn.client (field)
10 uses
nhooyr.io/websocket (current package)
conn.go#L50: client bool
conn.go#L99: client: cfg.client,
conn.go#L119: if c.client {
read.go#L148: if mr.c.client {
read.go#L155: if mr.c.client {
read.go#L186: if !c.client && !h.masked {
read.go#L455: if !mr.c.client {
write.go#L90: if mw.c.client {
write.go#L225: if mw.c.client {
write.go#L295: if c.client {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |